From: Paul Gevers Date: Thu, 18 Jul 2024 11:32:04 +0000 (+0200) Subject: Commit debian/patches/0001-link-with-libatomic-for-test.patch X-Git-Tag: archive/raspbian/2.0.52-1+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=909be33b662f428239d540a4a808ec9fae130b31;p=siridb-server.git Commit debian/patches/0001-link-with-libatomic-for-test.patch Go from patches-unapplied to patches-applied workflow. --- diff --git a/test/test.sh b/test/test.sh index 2683a52c..de9bd235 100755 --- a/test/test.sh +++ b/test/test.sh @@ -25,7 +25,7 @@ run () { OUT=$1.out rm "$OUT" 2> /dev/null - gcc -I"../include" -O0 -g3 -Wall -Wextra -Winline -std=gnu99 $SOURCE $C_SRC -lm -lpcre2-8 -lcleri -luuid -luv -lyajl $LCRYPT -o "$OUT" + gcc -I"../include" -O0 -g3 -Wall -Wextra -Winline -std=gnu99 $SOURCE $C_SRC -lm -latomic -lpcre2-8 -lcleri -luuid -luv -lyajl $LCRYPT -o "$OUT" if [[ "$NOMEMTEST" -ne "1" ]]; then valgrind --tool=memcheck --error-exitcode=1 --leak-check=full -q ./$OUT else @@ -45,4 +45,4 @@ else run "test_$name" fi -exit $RET \ No newline at end of file +exit $RET